UInt64N.INumeric<UInt64N>.LogicalOr Method
Computes the bitwise logical OR of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt64N INumeric<UInt64N>.LogicalOr(
UInt64N value
)
Private Function LogicalOr (
value As UInt64N
) As UInt64N Implements INumeric(Of UInt64N).LogicalOr
private:
virtual UInt64N LogicalOr(
UInt64N value
) sealed = INumeric<UInt64N>::LogicalOr
private abstract LogicalOr :
value : UInt64N -> UInt64N
private override LogicalOr :
value : UInt64N -> UInt64N
- value UInt64N
- The value with which to compute the logical bitwise OR.
UInt64NThe bitwise logical OR of the current value and
value.
INumeric<TSelf>.LogicalOr(TSelf)